home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSound("mainsnd")
- put EMPTY into field "bearingoption"
- if the hilite of cast "b_wb29" = 1 then
- put "WB29; " into field "bearingoption"
- end if
- if the hilite of cast "b_wb19" then
- put "WB19; " into field "bearingoption"
- end if
- if the hilite of cast "b_wsr1" = 1 then
- put "WSR1; " after field "bearingoption"
- end if
- if the hilite of cast "b_wsr2" = 1 then
- put "WSR2; " after field "bearingoption"
- end if
- if the hilite of cast "b_wsr3" = 1 then
- put "WSR3; " after field "bearingoption"
- end if
- puppetSound("mainsnd")
- puppetTransition(47, 1, 8)
- VBSEARCH()
- end
-